Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize Evaluation ID generation #401

Merged

Conversation

christophertubbs
Copy link
Contributor

closes #215

Stems from a comment in a PR about how example generated ids are created when rendering the editing screen for evaluations.

…atetime for testing purposes, consider server timezone (rather than utc in order to reduce cognitive time computation), and apply the timezone to the end of the of the generated string as suggested.
@christophertubbs christophertubbs added enhancement New feature or request good first issue Good for newcomers labels Jul 20, 2023
@christophertubbs christophertubbs self-assigned this Jul 20, 2023
@christophertubbs
Copy link
Contributor Author

The suggestions from the comments have been addressed.

What needs to be further addressed is to what degree these ids need to be standardized and what all that means. Right now they are just identifiers so that User A can track what they ran and be able to describe its difference from what User B might be doing. The function in question just provides a default (currently just "manual_evaluation_at_{date}"). Using the current logic, "Evaluate HUC01" or "POD and FAR for Sugar Creek 10-19-2020" are just as valid.

@robertbartel robertbartel added the maas MaaS Workstream label Jul 24, 2023
@christophertubbs christophertubbs marked this pull request as ready for review July 28, 2023 13:17
Copy link
Member

@aaraney aaraney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks, @christophertubbs!

@aaraney aaraney merged commit 84c9517 into NOAA-OWP:master Aug 4, 2023
1 check passed
@christophertubbs christophertubbs deleted the evaluation_id_standardization branch December 4, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers maas MaaS Workstream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standardize evaluation id's
3 participants